github.com/jinzhu/inflection.Regular.replace (field)
7 uses
github.com/jinzhu/inflection (current package)
inflections.go#L39: replace string
inflections.go#L157: inflection{regexp: regexp.MustCompile(strings.ToUpper(value.find)), replace: strings.ToUpper(value.replace)},
inflections.go#L158: inflection{regexp: regexp.MustCompile(value.find), replace: value.replace},
inflections.go#L159: inflection{regexp: regexp.MustCompile("(?i)" + value.find), replace: value.replace},
inflections.go#L167: inflection{regexp: regexp.MustCompile(strings.ToUpper(value.find)), replace: strings.ToUpper(value.replace)},
inflections.go#L168: inflection{regexp: regexp.MustCompile(value.find), replace: value.replace},
inflections.go#L169: inflection{regexp: regexp.MustCompile("(?i)" + value.find), replace: value.replace},